E-Tech Timer / E-Tech Timer / splashForm.Designer.vbon commit add archived files (d846247)
   1<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
   2Partial Class splashForm
   3    Inherits System.Windows.Forms.Form
   4
   5    'Form overrides dispose to clean up the component list.
   6    <System.Diagnostics.DebuggerNonUserCode()> _
   7    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
   8        Try
   9            If disposing AndAlso components IsNot Nothing Then
  10                components.Dispose()
  11            End If
  12        Finally
  13            MyBase.Dispose(disposing)
  14        End Try
  15    End Sub
  16
  17    'Required by the Windows Form Designer
  18    Private components As System.ComponentModel.IContainer
  19
  20    'NOTE: The following procedure is required by the Windows Form Designer
  21    'It can be modified using the Windows Form Designer.  
  22    'Do not modify it using the code editor.
  23    <System.Diagnostics.DebuggerStepThrough()> _
  24    Private Sub InitializeComponent()
  25        Me.components = New System.ComponentModel.Container()
  26        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(splashForm))
  27        Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
  28        Me.SuspendLayout()
  29        '
  30        'Timer1
  31        '
  32        Me.Timer1.Interval = 1000
  33        '
  34        'splashForm
  35        '
  36        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  37        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  38        Me.BackColor = System.Drawing.Color.White
  39        Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image)
  40        Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
  41        Me.ClientSize = New System.Drawing.Size(350, 350)
  42        Me.Cursor = System.Windows.Forms.Cursors.WaitCursor
  43        Me.DoubleBuffered = True
  44        Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
  45        Me.MaximizeBox = False
  46        Me.MaximumSize = New System.Drawing.Size(350, 350)
  47        Me.MinimizeBox = False
  48        Me.MinimumSize = New System.Drawing.Size(350, 350)
  49        Me.Name = "splashForm"
  50        Me.Opacity = 0.0R
  51        Me.ShowIcon = False
  52        Me.ShowInTaskbar = False
  53        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  54        Me.Text = "splashForm"
  55        Me.ResumeLayout(False)
  56
  57    End Sub
  58    Friend WithEvents Timer1 As System.Windows.Forms.Timer
  59End Class